Class LabelName
Inheritance
System.Object
LabelName
Assembly: IL2CPU.API.dll
Syntax
public static class LabelName : object
Properties
|
Improve this Doc
View Source
LabelCount
Declaration
public static int LabelCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
FilterStringForIncorrectChars(String)
Declaration
public static string FilterStringForIncorrectChars(string aName)
Parameters
Type |
Name |
Description |
System.String |
aName |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Final(String)
Declaration
public static string Final(string xName)
Parameters
Type |
Name |
Description |
System.String |
xName |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Get(MethodBase)
Declaration
public static string Get(MethodBase aMethod)
Parameters
Type |
Name |
Description |
MethodBase |
aMethod |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Get(String, Int32)
Declaration
public static string Get(string aMethodLabel, int aIlPos)
Parameters
Type |
Name |
Description |
System.String |
aMethodLabel |
|
System.Int32 |
aIlPos |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetFullName(FieldInfo)
Declaration
public static string GetFullName(FieldInfo aField)
Parameters
Type |
Name |
Description |
FieldInfo |
aField |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetFullName(MethodBase)
Declaration
public static string GetFullName(MethodBase aMethod)
Parameters
Type |
Name |
Description |
MethodBase |
aMethod |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetFullName(Type)
Declaration
public static string GetFullName(Type aType)
Parameters
Type |
Name |
Description |
Type |
aType |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetStaticFieldName(FieldInfo)
Declaration
public static string GetStaticFieldName(FieldInfo aField)
Parameters
Type |
Name |
Description |
FieldInfo |
aField |
|
Returns
Type |
Description |
System.String |
|