CSharp
Declaration Method
NReflect
Overload List
Name
Description
Declaration(AccessModifier)
Gets the
AccessModifier
as a C# string.
Declaration(ClassModifier)
Gets the
ClassModifier
as a C# string.
Declaration(FieldModifier)
Gets the
FieldModifier
as a C# string.
Declaration(NRClass)
Gets the
NRClass
as a C# string. Only the head of the class is returned.
Declaration(NRConstructor)
Gets the
NRConstructor
as a C# string.
Declaration(NRDelegate)
Gets the
NRDelegate
as a C# string.
Declaration(NREnum)
Gets the
NREnum
as a C# string.
Declaration(NREnumValue)
Gets the
NREnumValue
as a C# string.
Declaration(NREvent)
Gets the
NREvent
as a C# string.
Declaration(NRField)
Gets the
NRField
as a C# string.
Declaration(NRInterface)
Gets the
NRInterface
as a C# string. Only the head of the interface is returned.
Declaration(NRMethod)
Gets the
NRMethod
as a C# string.
Declaration(NROperator)
Gets the
NROperator
as a C# string.
Declaration(NRParameter)
Gets the
NRParameter
as a C# string.
Declaration(IEnumerable
NRParameter
)
Gets a list of
NRParameter
s as a C# string.
Declaration(NRProperty)
Gets the
NRProperty
as a C# string.
Declaration(NRStruct)
Gets the
NRStruct
as a C# string. Only the head of the struct is returned.
Declaration(NRTypeParameter)
Gets the
NRTypeParameter
as a C# string.
Declaration(NRTypeUsage)
Gets the
NRTypeUsage
as a C# string.
Declaration(OperationModifier)
Gets the
OperationModifier
as a C# string.
Declaration(ParameterModifier)
Gets the
ParameterModifier
as a C# string.
Declaration(NRAttribute, Boolean)
Gets the
NRAttribute
as a C# string.
Back to Top
See Also
CSharp Class
CSharp Members
NReflect.NRCode Namespace