CSharp MembersNReflect

The CSharp type exposes the following members.
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
Properties

  NameDescription
Public propertyStatic memberCreateAttributes
Gets or sets a value indicating if attributes will be generated.
Public propertyStatic memberKnownNamespaces
Gets or sets an array of known namespaces. These namespaces are not printed if UseNamespaces is set to true, otherwise no namespaces will be printed at all.
Public propertyStatic memberUseNamespaces
Gets or sets a value indicating if type will be prefixed with its namespaces.
Back to Top
See Also