VB.NET enum type wrapper in R#
REnum
01 Syntax
SMRUCC.Rsharp.Runtime.Interop.REnum
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetByName | 1 | get enum value by enum name or enum description text |
| IntValue | 1 | |
| hasName | 1 | |
| getByIntVal | 1 | |
| ToString | 1 | |
| GetEnumList | 1 |
03 Properties
04 Members
GetByName(
String)get enum value by enum name or enum description text
Parameters
| Name | Type | Description |
|---|---|---|
name | String | case ignored enum name or enum description text |
raw
the source clr type of current enum object
values
name
baseType
IntValue(
Object)hasName(
String)getByIntVal(
Int64)ToString()
GetEnumList(
Type)