CSharp MethodsNReflect
Methods

  NameDescription
Public methodStatic memberDeclaration(AccessModifier)
Gets the AccessModifier as a C# string.
Public methodStatic memberDeclaration(ClassModifier)
Gets the ClassModifier as a C# string.
Public methodStatic memberDeclaration(FieldModifier)
Gets the FieldModifier as a C# string.
Public methodStatic memberDeclaration(NRClass)
Gets the NRClass as a C# string. Only the head of the class is returned.
Public methodStatic memberDeclaration(NRConstructor)
Gets the NRConstructor as a C# string.
Public methodStatic memberDeclaration(NRDelegate)
Gets the NRDelegate as a C# string.
Public methodStatic memberDeclaration(NREnum)
Gets the NREnum as a C# string.
Public methodStatic memberDeclaration(NREnumValue)
Gets the NREnumValue as a C# string.
Public methodStatic memberDeclaration(NREvent)
Gets the NREvent as a C# string.
Public methodStatic memberDeclaration(NRField)
Gets the NRField as a C# string.
Public methodStatic memberDeclaration(NRInterface)
Gets the NRInterface as a C# string. Only the head of the interface is returned.
Public methodStatic memberDeclaration(NRMethod)
Gets the NRMethod as a C# string.
Public methodStatic memberDeclaration(NROperator)
Gets the NROperator as a C# string.
Public methodStatic memberDeclaration(NRParameter)
Gets the NRParameter as a C# string.
Public methodStatic memberDeclaration(IEnumerable<NRParameter>)
Gets a list of NRParameters as a C# string.
Public methodStatic memberDeclaration(NRProperty)
Gets the NRProperty as a C# string.
Public methodStatic memberDeclaration(NRStruct)
Gets the NRStruct as a C# string. Only the head of the struct is returned.
Public methodStatic memberDeclaration(NRTypeParameter)
Gets the NRTypeParameter as a C# string.
Public methodStatic memberDeclaration(NRTypeUsage)
Gets the NRTypeUsage as a C# string.
Public methodStatic memberDeclaration(OperationModifier)
Gets the OperationModifier as a C# string.
Public methodStatic memberDeclaration(ParameterModifier)
Gets the ParameterModifier as a C# string.
Public methodStatic memberDeclaration(NRAttribute, Boolean)
Gets the NRAttribute as a C# string.
Back to Top
See Also