FMOD_Studio_EventDescription_ReleaseAllInstances() private method

private FMOD_Studio_EventDescription_ReleaseAllInstances ( IntPtr eventdescription ) : RESULT
eventdescription System.IntPtr
return RESULT
 public RESULT releaseAllInstances()
 {
     return(EventDescription.FMOD_Studio_EventDescription_ReleaseAllInstances(this.rawPtr));
 }