Méthode | Description | |
---|---|---|
CheckModifier ( |
||
CheckName ( string name ) : void | ||
CheckType ( |
||
CheckedResolve ( this self ) : |
||
CompressMetadataToken ( this self, |
||
ContainsGenericParameter ( this self ) : bool | ||
CreateRSA ( this key_pair ) : RSA | ||
GenericInstanceFullName ( this self, |
||
GetAttributes ( this self, uint attributes ) : bool | ||
GetAttributes ( this self, ushort attributes ) : bool | ||
GetCustomAttributes ( this self, Collection |
||
GetEnumUnderlyingType ( this self ) : |
||
GetGenericParameters ( this self, Collection |
||
GetHasCustomAttributes ( this self, ModuleDefinition module ) : bool | ||
GetHasGenericParameters ( this self, ModuleDefinition module ) : bool | ||
GetHasMarshalInfo ( this self, ModuleDefinition module ) : bool | ||
GetHasSecurityDeclarations ( this self, ModuleDefinition module ) : bool | ||
GetMarshalInfo ( this self, |
||
GetMaskedAttributes ( this self, uint mask, uint attributes ) : bool | ||
GetMaskedAttributes ( this self, ushort mask, uint attributes ) : bool | ||
GetMetadataToken ( this self, uint data ) : |
||
GetNestedType ( this self, string fullname ) : |
||
GetParameter ( this self, int index ) : |
||
GetSecurityDeclarations ( this self, Collection |
||
GetSemantics ( this self, MethodSemanticsAttributes semantics ) : bool | ||
GetSentinelPosition ( this self ) : int | ||
GetSize ( this self, int>.Func |
||
GetVariable ( this self, int index ) : VariableDefinition | ||
HasImplicitThis ( this self ) : bool | ||
IsPrimitive ( this self ) : bool | ||
IsTypeOf ( this self, string @namespace, string name ) : bool | ||
IsTypeSpecification ( this type ) : bool | ||
IsVarArg ( this self ) : bool | ||
MethodSignatureFullName ( this self, |
||
ReadCompressedUInt32 ( this data, int &position ) : uint | ||
ResolveConstant ( this self, object &constant, ModuleDefinition module ) : void | ||
SetAttributes ( this self, uint attributes, bool value ) : uint | ||
SetAttributes ( this self, ushort attributes, bool value ) : ushort | ||
SetMaskedAttributes ( this self, uint mask, uint attributes, bool value ) : uint | ||
SetMaskedAttributes ( this self, ushort mask, uint attributes, bool value ) : ushort | ||
SetSemantics ( this self, MethodSemanticsAttributes semantics, bool value ) : void | ||
TypeFullName ( this self ) : string |
Méthode | Description | |
---|---|---|
TryGetKeyContainer ( ISerializable key_pair, byte &key, string &key_container ) : bool |
public static CheckModifier ( |
||
modifierType | ||
type | ||
Résultat | void |
public static CheckName ( string name ) : void | ||
name | string | |
Résultat | void |
public static CheckType ( |
||
type | ||
Résultat | void |
public static CheckedResolve ( this self ) : |
||
self | this | |
Résultat |
public static CompressMetadataToken ( this self, |
||
self | this | |
token | ||
Résultat | uint |
public static ContainsGenericParameter ( this self ) : bool | ||
self | this | |
Résultat | bool |
public static CreateRSA ( this key_pair ) : RSA | ||
key_pair | this | |
Résultat | RSA |
public static GenericInstanceFullName ( this self, |
||
self | this | |
builder | ||
Résultat | void |
public static GetAttributes ( this self, uint attributes ) : bool | ||
self | this | |
attributes | uint | |
Résultat | bool |
public static GetAttributes ( this self, ushort attributes ) : bool | ||
self | this | |
attributes | ushort | |
Résultat | bool |
public static GetCustomAttributes ( this self, Collection |
||
self | this | |
variable | Collection |
|
module | ModuleDefinition | |
Résultat | Collection |
public static GetEnumUnderlyingType ( this self ) : |
||
self | this | |
Résultat |
public static GetGenericParameters ( this self, Collection |
||
self | this | |
collection | Collection |
|
module | ModuleDefinition | |
Résultat | Collection |
public static GetHasCustomAttributes ( this self, ModuleDefinition module ) : bool | ||
self | this | |
module | ModuleDefinition | |
Résultat | bool |
public static GetHasGenericParameters ( this self, ModuleDefinition module ) : bool | ||
self | this | |
module | ModuleDefinition | |
Résultat | bool |
public static GetHasMarshalInfo ( this self, ModuleDefinition module ) : bool | ||
self | this | |
module | ModuleDefinition | |
Résultat | bool |
public static GetHasSecurityDeclarations ( this self, ModuleDefinition module ) : bool | ||
self | this | |
module | ModuleDefinition | |
Résultat | bool |
public static GetMarshalInfo ( this self, |
||
self | this | |
variable | ||
module | ModuleDefinition | |
Résultat |
public static GetMaskedAttributes ( this self, uint mask, uint attributes ) : bool | ||
self | this | |
mask | uint | |
attributes | uint | |
Résultat | bool |
public static GetMaskedAttributes ( this self, ushort mask, uint attributes ) : bool | ||
self | this | |
mask | ushort | |
attributes | uint | |
Résultat | bool |
public static GetMetadataToken ( this self, uint data ) : |
||
self | this | |
data | uint | |
Résultat |
public static GetNestedType ( this self, string fullname ) : |
||
self | this | |
fullname | string | |
Résultat |
public static GetParameter ( this self, int index ) : |
||
self | this | |
index | int | |
Résultat |
public static GetSecurityDeclarations ( this self, Collection |
||
self | this | |
variable | Collection |
|
module | ModuleDefinition | |
Résultat | Collection |
public static GetSemantics ( this self, MethodSemanticsAttributes semantics ) : bool | ||
self | this | |
semantics | MethodSemanticsAttributes | |
Résultat | bool |
public static GetSentinelPosition ( this self ) : int | ||
self | this | |
Résultat | int |
public static GetSize ( this self, int>.Func |
||
self | this | |
counter | int>.Func | |
Résultat | int |
public static GetVariable ( this self, int index ) : VariableDefinition | ||
self | this | |
index | int | |
Résultat | VariableDefinition |
public static HasImplicitThis ( this self ) : bool | ||
self | this | |
Résultat | bool |
public static IsPrimitive ( this self ) : bool | ||
self | this | |
Résultat | bool |
public static IsTypeOf ( this self, string @namespace, string name ) : bool | ||
self | this | |
@namespace | string | |
name | string | |
Résultat | bool |
public static IsTypeSpecification ( this type ) : bool | ||
type | this | |
Résultat | bool |
public static IsVarArg ( this self ) : bool | ||
self | this | |
Résultat | bool |
public static MethodSignatureFullName ( this self, |
||
self | this | |
builder | ||
Résultat | void |
public static ReadCompressedUInt32 ( this data, int &position ) : uint | ||
data | this | |
position | int | |
Résultat | uint |
public static ResolveConstant ( this self, object &constant, ModuleDefinition module ) : void | ||
self | this | |
constant | object | |
module | ModuleDefinition | |
Résultat | void |
public static SetAttributes ( this self, uint attributes, bool value ) : uint | ||
self | this | |
attributes | uint | |
value | bool | |
Résultat | uint |
public static SetAttributes ( this self, ushort attributes, bool value ) : ushort | ||
self | this | |
attributes | ushort | |
value | bool | |
Résultat | ushort |
public static SetMaskedAttributes ( this self, uint mask, uint attributes, bool value ) : uint | ||
self | this | |
mask | uint | |
attributes | uint | |
value | bool | |
Résultat | uint |
public static SetMaskedAttributes ( this self, ushort mask, uint attributes, bool value ) : ushort | ||
self | this | |
mask | ushort | |
attributes | uint | |
value | bool | |
Résultat | ushort |
public static SetSemantics ( this self, MethodSemanticsAttributes semantics, bool value ) : void | ||
self | this | |
semantics | MethodSemanticsAttributes | |
value | bool | |
Résultat | void |
public static TypeFullName ( this self ) : string | ||
self | this | |
Résultat | string |