Struct Modifier
Namespace: Telerik.OpenAccess.Reflect
Assembly: Telerik.OpenAccess.Runtime.dll
Syntax
public struct Modifier
Fields
ABSTRACT
Declaration
public const int ABSTRACT = 1024
Field Value
System.
|
FINAL
Declaration
public const int FINAL = 16
Field Value
System.
|
INTERFACE
Declaration
public const int INTERFACE = 512
Field Value
System.
|
NATIVE
Declaration
public const int NATIVE = 256
Field Value
System.
|
PRIVATE
Declaration
public const int PRIVATE = 2
Field Value
System.
|
PROTECTED
Declaration
public const int PROTECTED = 4
Field Value
System.
|
PUBLIC
Declaration
public const int PUBLIC = 1
Field Value
System.
|
STATIC
Declaration
public const int STATIC = 8
Field Value
System.
|
SYNCHRONIZED
Declaration
public const int SYNCHRONIZED = 32
Field Value
System.
|
TRANSIENT
Declaration
public const int TRANSIENT = 128
Field Value
System.
|
VOLATILE
Declaration
public const int VOLATILE = 64
Field Value
System.
|
Methods
isFinal(Int32)
Declaration
public static bool isFinal(int x)
Parameters
System.
|
Returns
System.
|
isStatic(Int32)
Declaration
public static bool isStatic(int x)
Parameters
System.
|
Returns
System.
|
isTransient(Int32)
Declaration
public static bool isTransient(int x)
Parameters
System.
|
Returns
System.
|