Open.Core.Part.GetEntryPoint C# (CSharp) Method

GetEntryPoint() private method

private GetEntryPoint ( Type type ) : string
type System.Type
return string
        public static extern string GetEntryPoint(Type type);

Same methods

Part::GetEntryPoint ( Type type, string methodName ) : string