Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
C# (CSharp) System RuntimeTypeHandle.IsPrimitive 예제들
프로그래밍 언어:
C# (CSharp)
네임스페이스/패키지 이름:
System
클래스/타입:
RuntimeTypeHandle
메소드/함수:
IsPrimitive
hotexamples.com에서의 예제들:
1
C# (CSharp) System RuntimeTypeHandle.IsPrimitive - 1개의 예제가 발견되었습니다
. 이것들은 오픈소스 프로젝트에서 추출된 C# (CSharp)의
System.RuntimeTypeHandle.IsPrimitive
에 대한 실세계 최고 등급의 예제들입니다. 예제들을 평가하여 예제의 품질 향상에 도움을 줄 수 있습니다.
자주 사용되는 메소드들
보기
숨기기
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)
RuntimeTypeHandle 1 문서
예제 #1
0
파일 보기
파일:
RuntimeType.cs
프로젝트:
mikem8361/runtime
protected override bool IsPrimitiveImpl() => RuntimeTypeHandle.IsPrimitive(this);
x