Class RuntimeTypeImpl
Inheritance
System.Object
RuntimeTypeImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core_Plugs.System
Assembly: Cosmos.Core_Plugs.dll
Syntax
public static class RuntimeTypeImpl
Methods
| Improve this Doc View SourceCCtor()
Declaration
public static void CCtor()
get_Cache(Object)
Declaration
public static IntPtr get_Cache(object aThis)
Parameters
Type | Name | Description |
---|---|---|
System.Object | aThis |
Returns
Type | Description |
---|---|
System.IntPtr |
get_Name(Object)
Declaration
public static string get_Name(object aThis)
Parameters
Type | Name | Description |
---|---|---|
System.Object | aThis |
Returns
Type | Description |
---|---|
System.String |
GetFields(Object, BindingFlags)
Declaration
public static FieldInfo[] GetFields(object aThis, BindingFlags aBindingFlags)
Parameters
Type | Name | Description |
---|---|---|
System.Object | aThis | |
System.Reflection.BindingFlags | aBindingFlags |
Returns
Type | Description |
---|---|
System.Reflection.FieldInfo[] |
GetInterfaces(Object)
Declaration
public static Type[] GetInterfaces(object aThis)
Parameters
Type | Name | Description |
---|---|---|
System.Object | aThis |
Returns
Type | Description |
---|---|
System.Type[] |