Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) System RuntimeTypeHandle.GetElementType示例
编程语言:
C# (CSharp)
命名空间/包名称:
System
类/类型:
RuntimeTypeHandle
方法/功能:
GetElementType
hotexamples.com的示例:
1
C# (CSharp) System RuntimeTypeHandle.GetElementType - 已找到1个示例
。这些是从开源项目中提取的最受好评的
System.RuntimeTypeHandle.GetElementType
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
GetCorElementType(11)
CopyRuntimeTypeHandles(10)
HasInstantiation(7)
IsGenericTypeDefinition(6)
IsDynamicType(6)
GetTypeForRuntimeTypeHandle(6)
ToEETypePtr(6)
IsNullHandle(5)
GetRuntimeType(4)
GetTypeHelper(4)
IsNull(4)
GetTypeByName(3)
IsGenericVariable(3)
GetGenericParameterInfo(3)
GetModuleHandle(3)
GetMethodAt(2)
GetValueInternal(2)
Instantiate(2)
GetNextIntroducedMethod(2)
GetNativeHandle(2)
GetModule(2)
IsInstanceOfType(2)
MakePointer(2)
SatisfiesConstraints(2)
MakeSZArray(2)
GetConstraints(2)
MakeByRef(2)
GetGenericTypeDefinition(2)
GetInstantiation(2)
IsSecurityCritical(1)
_GetUtf8Name(1)
_GetMetadataImport(1)
VerifyInterfaceIsImplemented(1)
IsPointer(1)
ToString(1)
IsPrimitive(1)
IsSealed(1)
IsSecuritySafeCritical(1)
ToIntPtr(1)
MakeGenericType(1)
IsSecurityTransparent(1)
MakeArray(1)
IsSubclassOf(1)
IsSupportIInspectable(1)
MakePointerType(1)
IsWinRTInterface(1)
MakeByRefType(1)
MakeArrayType(1)
CanCastTo(1)
IsIInspectable(1)
常用方法
GetCorElementType (11)
CopyRuntimeTypeHandles (10)
HasInstantiation (7)
IsGenericTypeDefinition (6)
IsDynamicType (6)
GetTypeForRuntimeTypeHandle (6)
ToEETypePtr (6)
IsNullHandle (5)
GetRuntimeType (4)
GetTypeHelper (4)
常用方法
IsNull (4)
GetTypeByName (3)
IsGenericVariable (3)
GetGenericParameterInfo (3)
GetModuleHandle (3)
GetMethodAt (2)
GetValueInternal (2)
Instantiate (2)
GetNextIntroducedMethod (2)
GetNativeHandle (2)
GetModule (2)
IsInstanceOfType (2)
MakePointer (2)
SatisfiesConstraints (2)
MakeSZArray (2)
GetConstraints (2)
MakeByRef (2)
GetGenericTypeDefinition (2)
GetInstantiation (2)
IsSecurityCritical (1)
常用方法
GetModule (2)
IsInstanceOfType (2)
MakePointer (2)
SatisfiesConstraints (2)
MakeSZArray (2)
GetConstraints (2)
MakeByRef (2)
GetGenericTypeDefinition (2)
GetInstantiation (2)
IsSecurityCritical (1)
_GetUtf8Name (1)
_GetMetadataImport (1)
VerifyInterfaceIsImplemented (1)
IsPointer (1)
ToString (1)
IsPrimitive (1)
IsSealed (1)
IsSecuritySafeCritical (1)
ToIntPtr (1)
MakeGenericType (1)
IsSecurityTransparent (1)
MakeArray (1)
IsSubclassOf (1)
IsSupportIInspectable (1)
MakePointerType (1)
IsWinRTInterface (1)
MakeByRefType (1)
MakeArrayType (1)
CanCastTo (1)
IsIInspectable (1)
常用方法
_GetUtf8Name (1)
_GetMetadataImport (1)
VerifyInterfaceIsImplemented (1)
IsPointer (1)
ToString (1)
IsPrimitive (1)
IsSealed (1)
IsSecuritySafeCritical (1)
ToIntPtr (1)
MakeGenericType (1)
IsSecurityTransparent (1)
MakeArray (1)
IsSubclassOf (1)
IsSupportIInspectable (1)
MakePointerType (1)
IsWinRTInterface (1)
MakeByRefType (1)
MakeArrayType (1)
CanCastTo (1)
IsIInspectable (1)
GetGCHandle (1)
ContainsGenericVariables (1)
CreateInstance (1)
Equals (1)
GetActivationInfo (1)
GetArrayRank (1)
GetAttributes (1)
GetBaseType (1)
GetDefaultConstructor (1)
GetElementType (1)
GetFirstIntroducedMethod (1)
GetGenericVariableIndex (1)
IsGenericType (1)
GetHashCode (1)
GetInterfaceGuid (1)
GetInterfaceMethodImplementationSlot (1)
GetType (1)
GetTypeByNameUsingCARules (1)
GetTypeHandleInternal (1)
HasElementType (1)
GetElementType()
private
method
private
GetElementType
( ) :
RuntimeTypeHandle
return
RuntimeTypeHandle
RuntimeTypeHandle Class Documentation
示例#1
0
显示文件
文件:
RuntimeType.cs
项目:
mikem8361/runtime
public override Type GetElementType() => RuntimeTypeHandle.GetElementType(this);
x